type net/http.connectMethodKey
15 uses
net/http (current package)
transport.go#L99: idleConn map[connectMethodKey][]*persistConn // most recently used at end
transport.go#L100: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L110: connsPerHost map[connectMethodKey]int
transport.go#L111: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1112: t.idleConn = make(map[connectMethodKey][]*persistConn)
transport.go#L1225: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1302: key connectMethodKey // cm.key()
transport.go#L1575: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1583: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1630: func (t *Transport) decConnsPerHost(key connectMethodKey) {
transport.go#L2003: func (cm *connectMethod) key() connectMethodKey {
transport.go#L2012: return connectMethodKey{
transport.go#L2049: type connectMethodKey struct {
transport.go#L2054: func (k connectMethodKey) String() string {
transport.go#L2072: cacheKey connectMethodKey
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)